type net.notFoundError
5 uses
net (current package)
net.go#L644: errNoSuchHost = ¬FoundError{"no such host"}
net.go#L645: errUnknownPort = ¬FoundError{"unknown port"}
net.go#L650: type notFoundError struct{ s string }
net.go#L652: func (e *notFoundError) Error() string { return e.s }
net.go#L697: _, isNotFound := err.(*notFoundError)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)